home *** CD-ROM | disk | FTP | other *** search
/ Alles Voor Internet / Tout Pour Internet / alles voor internet.iso / MacInternet™ / Utilities / InstallerMaker™ / InstallerMaker__2.0.2_Installe / InstallerMaker™ 2.0.2 Installer / InstallerMaker Extensions / IMid Extension / imid.make < prev    next >
Text File  |  1994-03-14  |  626b  |  23 lines

  1. #   File:       IMid.make
  2. #   Target:     IMid
  3. #   Sources:    IMid.p
  4. #    Changed on 94.03.14 to respect new res ID numbers for IM v2.0 (jam)
  5.  
  6. OBJECTS = IMid.p.o
  7.  
  8. # {OBJECTS} (= IMid.p.o) MUST be first object code file
  9. #     specified in Linker command.  Otherwise, control will
  10. #   be transferred to arbitrarily linked code,
  11. #   instead of the first routine in the unit.
  12. IMid ƒƒ IMid.make {OBJECTS}
  13.     Link -w -t 'rsrc' -c 'RSED' ∂
  14.     -rt IMid=128 ∂
  15.     -m DOWHILEINSTALLING -sg IMid ∂
  16.         {OBJECTS} ∂
  17.         "{Libraries}"Runtime.o ∂
  18.         "{PLibraries}"PasLib.o ∂
  19.         "{Libraries}"Interface.o ∂
  20.         -o IMid
  21. IMid.p.o ƒ IMid.make IMid.p
  22.      Pascal IMid.p
  23.